#!/bin/sh
#
# remove the installer tmp file and the package receipt
#

if [ -r /private/tmp/uninstall-connector_apache ] ; then
	rm -f /private/tmp/uninstall-connector_apache
fi

if [ -r /Library/Receipts/Lasso_Pro_8_Apache.pkg ] ; then
	rm -Rf /Library/Receipts/Lasso_Pro_8_Apache.pkg
fi
